home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 1758 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: fizban.solace.mh.se!demos!dnews-server
  2. From: "G. Dragon" <Vadim@infsviaz.msk.su>
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Help: need to debug a modem problem.
  5. Date: 16 Jan 1996 16:48:59 +0300
  6. Organization: INFORMSVIAZ
  7. Sender: news-server@news.demos.su
  8. Distribution: su
  9. Message-ID: <AABpw-mWO8@infsviaz.msk.su>
  10. References: <4ddifb$l7t@mars.mahidol.ac.th>
  11. Reply-To: Vadim@infsviaz.msk.su
  12. NNTP-Posting-Host: root@news.demos.su
  13. X-mailer: dMail (Demos Mail v1.15)
  14. X-Return-Path: news.demos.su!kremvax.demos.su!infsvi!infsviaz.msk.su!Vadim
  15.  
  16. phabm@mucc.mahidol.ac.th (Araya Pamonprawat - PHST) wrote:
  17. >I think Xon-Xoff is hardware-flow-control.
  18.  
  19. As far as I know, XON/XOFF is software flow control i. e.
  20. when the buffer is full, the device/program issues a XOFF byte.
  21. That byte tells the opposite site to suspend data
  22. transmission until a XON byte is received. That's not very
  23. convenient, because some special precautions should be done
  24. when transmitting binary files (since this sort of data may contain
  25. any bytes including the ones which stand for XON and XOFF). I don't
  26. know for sure how XON/XOFF flow control handles such situations,
  27. but any solution is based on inserting special bits or bytes into
  28. the transmitted data.
  29. On the other hand, RTS/CTS flow control is based on using
  30. hardware (a pair of control pins of serial interface). This
  31. allows to transmit the user's data without inserting additional
  32. bits or bytes and that's why I prefer RTS/CTS.
  33. But there are still some situations, when you can't do much
  34. without XON/XOFF. First, if hardware can't handle control pins
  35. properly; Second, when you use short range modems (they are usually
  36. as dumb as old-fashioned terminals).
  37. Regards, G. Dragon
  38.  
  39.